home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2000 / MacHack 2000.toast / pc / The Hacks / Softshoe / Lisa's Mac Parts / Cursor / CursorUser.h < prev   
Text File  |  2000-06-23  |  119b  |  13 lines

  1. // CursorUser.h
  2.  
  3. #ifndef CursorUser_h
  4. #define CursorUser_h
  5.  
  6. class CursorUser
  7.   {
  8.     public:
  9.         CursorUser();
  10.   };
  11.  
  12. #endif
  13.